Welcome![Sign In][Sign Up]
Location:
Search - STM32F103 USB

Search list

[Other resourcestm32_usbmem

Description: stm32f103 cortex_m3 USB操作例程
Platform: | Size: 56710 | Author: snowman | Hits:

[Other Embeded programstm32F103AND105USB

Description: 基于STM32F103和105的USB OTG驱动编程,已经调试成功,只需要移植到目标板上修改一下配置就可以-STM32F103 and 105 based on the USB OTG-driven programming, debugging has been successfully ported to the target board need only modify the configuration can be
Platform: | Size: 40960 | Author: 小吴 | Hits:

[SCMSD-USB_ARM-Cortex-M3

Description: 基于ARM Cortex M3的SD-USB读卡器。包含库文件和原始源文件上,可以在ARM Cortex M3上运行,在STM32F103上调试通过 -SD USB READER FOR ARM CORTEX M3
Platform: | Size: 6030336 | Author: esmond | Hits:

[SCMSL811_Mouse

Description: 此程序为基于stm32f103的USB主机程序,可以很好的和从设备进行通讯-This program is based on stm32f103 for usb main device,and it can be very good to and from the communications equipment
Platform: | Size: 5635072 | Author: renhong | Hits:

[SCM1JoyStickKEYBD

Description: 基于STM32F103枚举为USB键盘,通过USB向PC发送按键值,加有简单红外解码程序!-STM32F103 enumeration for the USB keyboard, key value sent to the PC via USB, plus a simple infrared decoding process.
Platform: | Size: 2445312 | Author: tkzsld | Hits:

[SCMUSBLib

Description: STM32F103单片机的USB来操作SD卡(模拟U盘)-The STM32F103 microcontroller USB to operate the SD card (analog U disk)
Platform: | Size: 304128 | Author: albert | Hits:

[SCMALIENTEK-MINISTM32--PS2

Description: usb鼠标的stm32f103程序,可以实现鼠标的使用功能-Stm32f103 program USB mouse, you can implement functionality using the mouse
Platform: | Size: 95232 | Author: 梁笑 | Hits:

[Other Embeded programMass_Storage_w25x36

Description: 基于STM32F103和W25X36的优盘程序,我已测试通过-Based the STM32F103 and W25X36 USB program, I have been tested
Platform: | Size: 8813568 | Author: 苏雪 | Hits:

[Other Embeded programSTM32USB_PC-

Description: STM32F103实现USB与PC之间的双向通信,已调通,三个端点,包括上位机测试软件-STM32F103 realize the two-way communication between USB and PC, has been transferred through, the three endpoints, including test software
Platform: | Size: 2686976 | Author: 石嘉 | Hits:

[USB developstsw-stm32083

Description: STM32F103评估程序,包括串口通信,USB通信以及LCD显示等-STM32F103 evaluation firmware
Platform: | Size: 7743488 | Author: zhengyu | Hits:

[Other Embeded programAIR_Simple_HID

Description: IAR STM32f103 simple USB HID project whih real time counter
Platform: | Size: 13779968 | Author: Kirill | Hits:

[SCMMass_Storage_w25xx

Description: 基于stm32F103的USB通讯,利用外部flash自制的U盘-U disk-based communication between stm32USB
Platform: | Size: 850944 | Author: | Hits:

[Embeded-SCM DevelopHID_MOUSE_-KEY

Description: stm32的usb鼠标键盘,一个usb口模拟出的复合设备,遵循HID协议。测试通过。stm32f103 3.5库开发。-stm32 a usb mouse, keyboard, usb port to simulate a complex device, follow the HID protocol. Test. stm32f103 3.5 library development.
Platform: | Size: 3910656 | Author: dongzeng | Hits:

[SCMHID-3.5(OK)

Description: HID USB的现实,STM32F103芯片,接口方便-HID USB reality, STM32F103 chip, convenient interface
Platform: | Size: 5436416 | Author: chengqj | Hits:

[OtherSDcard

Description: SD卡模拟U盘,采用USB通信,基于STM32F103芯片-SD card
Platform: | Size: 7797760 | Author: 黄杰 | Hits:

[SCMSTM32_USB2COM

Description: STM32F103平台USB虚拟串口程序,调试 通过。 可以进行透明传输。-USB virtul COM of STM32F103 ,test ok! can correct translate between USB and COM .
Platform: | Size: 6428672 | Author: 流域 | Hits:

[uCOSSTM32_UCOSIII_USB_TCP

Description: 基于STM32F103上UCOSIII操作系统上USB和TCP/IP的实例,已经在单板上运行成功!-Examples based on the operating system on STM32F103 UCOSIII USB and TCP/IP, it has been running in board success!
Platform: | Size: 4501504 | Author: andy | Hits:

[SCMwiless

Description: 实验器材: 战舰STM32F103开发板V3版本 实验目的: 学习NRF24L01 2.4G无线模块的使用. 硬件资源: 1,DS0(连接在PB5) 2,串口1(波特率:115200,PA9/PA10连接在板载USB转串口芯片CH340上面) 3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过FSMC驱动,FSMC_NE4接LCD片选/A10接RS) 4,KEY0按键(连接在PE4)/KEY1按键(连接在PE3) 5,NRF24L01模块(SPI2(PB13/PB14/PB15)/IRQ(PG6)/CS(PG7)/CE(PG8)). 实验现象: 本实验开机后,先检测NRF24L01模块是否存在,在检测到NRF24L01模块之后,根据KEY0和KEY1的设置来决定 模块的工作模式,在设定好工作模式之后,就会不停的发送/接收数据,同样用DS0来指示程序正在运行。 注意事项: 1,4.3寸和7寸屏需要比较大电流,USB供电可能不足,请用外部电源适配器(推荐外接12V 1A电源). 2,本例程在LCD_Init函数里面(在ILI93xx.c),用到了printf,如果不初始化串口1,将导致液晶无法显示!! 3,需自备NRF24L01模块2个,战舰STM32开发板2块 4,NRF24L01模块插在开发板U4位置(朝外插). 5,本实验需要2套ALIENTEK开发板才可以正常测试!!!!!!一块做发送,一块做接收.-Experimental equipment: Battleship STM32F103 Development Board V3 version experiment: learning to use NRF24L01 2.4G wireless module hardware resources:. 1, DS0 (connected to PB5) 2, 1 serial port (baud rate: 115200, PA9/PA10 connections onboard USB to serial chip CH340 above) 3, ALIENTEK 2.8/3.5/4.3/7 inch TFTLCD module (via FSMC drive, FSMC_NE4 connected LCD chip select/A10 connection RS) 4, KEY0 button (connected to PE4)/KEY1 button (connected to . PE3) 5, NRF24L01 module (SPI2 (PB13/PB14/PB15)/IRQ (PG6)/CS (PG7)/CE (PG8)) experimental phenomena: the boot after this experiment, the first detection of the presence or absence NRF24L01 module, detects After NRF24L01 module, according to KEY0 and KEY1 settings to determine the operating mode module after setting the operating mode, it will stop sending/receiving data, the same DS0 to indicate the program is running. Note: 1,4.3 inch and 7-inch screen requires a relatively large current, USB supply may be insufficient, please use an exter
Platform: | Size: 2964480 | Author: 吴宇轩 | Hits:

[SCMusat

Description: 实验器材: 战舰STM32F103开发板V3版本 实验目的: 学习串口的使用(接收与发送) 硬件资源: 1,DS0(连接在PB5) 2,串口1(波特率:115200,PA9/PA10连接在板载USB转串口芯片CH340上面) 实验现象: 本实验,STM32通过串口1和上位机对话,STM32在收到上位机发过来的字符串(以回车换 行结束)后, 原原本本的返回给上位机。下载后,DS0闪烁,提示程序在运行,同时每 隔一定时间,通过串口1输出一段信息到电脑。 注意事项: 1,电脑端串口调试助手波特率必须是115200. 2,请使用XCOM/SSCOM串口调试助手,其他串口助手可能控制DTR/RTS导致MCU复位/程序不运行 3,串口输入字符串以回车换行结束. 4,请用USB线连接在USB_232,找到USB转串口后测试本例程. 5,P4的PA9/PA10必须通过跳线帽连接在RXD/TXD上. -Experimental equipment: Battleship STM32F103 Development Board V3 version Purpose: Learning to use the serial port (receive and transmit) hardware resources: 1, DS0 (connected to PB5) 2, 1 serial port (baud rate: 115200, PA9/PA10 connections onboard USB to serial chip CH340 above) experimental phenomena: this experiment, STM32 through the serial port 1 and PC dialogue, STM32 after a string sent the host computer (the end with a carriage return line feed) received exactly back to the host computer. After downloading, DS0 flashes, indicating the program is running, but at a certain time, a piece of information through the serial port 1 output to the computer. Note: 1, computer terminal serial debugging assistant baud rate must be 115,200.2, please use the XCOM/SSCOM serial debugging assistant, other serial Assistant may control DTR/RTS cause MCU reset/program does not run 3, serial input string End carriage return line feed. 4, connect the USB cable in USB_232, find a USB-to-serial test
Platform: | Size: 2122752 | Author: 吴宇轩 | Hits:

[SCMSTM32F103_USB_HID_多媒体遥控器

Description: STM32F103_USB红外遥控接收,USB-HID 多媒体键盘设备,用遥控器控制PC播放器,选曲,调整音量(STM32F103,USB-HID Multimedia Keyboard Equipment)
Platform: | Size: 8227840 | Author: 碧云客 | Hits:
« 1 2 3 4 56 »

CodeBus www.codebus.net